Skip to content

chore(deps): bump @agentclientprotocol/sdk from 0.25.0 to 1.4.0 - #1914

Merged
simple-agent-manager[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/agentclientprotocol/sdk-1.4.0
Aug 27, 2026
Merged

chore(deps): bump @agentclientprotocol/sdk from 0.25.0 to 1.4.0#1914
simple-agent-manager[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/agentclientprotocol/sdk-1.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor

Bumps @agentclientprotocol/sdk from 0.25.0 to 1.4.0.

Release notes

Sourced from @​agentclientprotocol/sdk's releases.

v1.4.0

1.4.0 (2026-08-20)

Features

Bug Fixes

v1.3.0

1.3.0 (2026-07-21)

Features

  • experimental: Add experimental ACP v2 API (#223) (26cdeb4)
  • Update to schema v1.20.0 and v2.0.0-alpha.2 (#225) (cb61107)

v1.2.1

1.2.1 (2026-07-07)

Bug Fixes

  • http: make SSE close and response delivery deterministic (#209) (2adee0f)
  • Preserve extensible union semantics in TS schemas (#215) (e323221)

v1.2.0

1.2.0 (2026-07-06)

Features

Bug Fixes

  • make ndJsonStream receive path linear in message size (#210) (2fc41d2)
  • unify JSON-RPC message validation policy across transports (#212) (5e01eb2), closes #211

v1.1.0

... (truncated)

Changelog

Sourced from @​agentclientprotocol/sdk's changelog.

1.4.0 (2026-08-20)

Features

Bug Fixes

1.3.0 (2026-07-21)

Features

  • experimental: Add experimental ACP v2 API (#223) (26cdeb4)
  • Update to schema v1.20.0 and v2.0.0-alpha.2 (#225) (cb61107)

1.2.1 (2026-07-07)

Bug Fixes

  • http: make SSE close and response delivery deterministic (#209) (2adee0f)
  • Preserve extensible union semantics in TS schemas (#215) (e323221)

1.2.0 (2026-07-06)

Features

Bug Fixes

  • make ndJsonStream receive path linear in message size (#210) (2fc41d2)
  • unify JSON-RPC message validation policy across transports (#212) (5e01eb2), closes #211

1.1.0 (2026-06-29)

Features

... (truncated)

Commits
  • e6463f4 chore(main): release 1.4.0 (#237)
  • dc3b0e4 feat: Stabilize elicitation APIs (#242)
  • b7d6e81 fix(v2): enforce initialization lifecycle (#235)
  • 7585334 chore(deps): bump the minor group with 19 updates (#241)
  • 0101014 fix(v2): enforce method contracts (#229)
  • e1054d0 chore(deps): bump crate-ci/typos from 1.48.0 to 1.49.0 (#238)
  • 611e1fe chore(deps): bump the minor group with 17 updates (#239)
  • 5ae784b chore(deps-dev): bump nanoid from 3.3.16 to 3.3.18 (#240)
  • f838f94 chore: verify generated protocol sources (#232)
  • 5f58a95 fix(server): preserve routed outbound messages (#231)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@agentclientprotocol/sdk](https://github.com/agentclientprotocol/typescript-sdk) from 0.25.0 to 1.4.0.
- [Release notes](https://github.com/agentclientprotocol/typescript-sdk/releases)
- [Changelog](https://github.com/agentclientprotocol/typescript-sdk/blob/main/CHANGELOG.md)
- [Commits](agentclientprotocol/typescript-sdk@v0.25.0...v1.4.0)

---
updated-dependencies:
- dependency-name: "@agentclientprotocol/sdk"
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 25, 2026
@sonarqubecloud

Copy link
Copy Markdown

@codspeed-hq

codspeed-hq Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will not alter performance

✅ 6 untouched benchmarks


Comparing dependabot/npm_and_yarn/agentclientprotocol/sdk-1.4.0 (e1f6764) with main (ddd991f)

Open in CodSpeed

@simple-agent-manager simple-agent-manager Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved after major-bump review. The PR changes only packages/acp-client/package.json plus pnpm-lock.yaml; there are no Go import-path/function-signature/type changes in packages/vm-agent. Direct source scan found no imports of @agentclientprotocol/sdk in packages/acp-client or vm-agent code, so the upstream 0.27 SDK API redesign does not affect our current source surface. CI is green, and focused local checks on the PR head passed: acp-client typecheck, build, lint (warnings only), and tests (490 passed).

@simple-agent-manager
simple-agent-manager Bot merged commit 8a4b4ed into main Aug 27, 2026
28 checks passed
@simple-agent-manager
simple-agent-manager Bot deleted the dependabot/npm_and_yarn/agentclientprotocol/sdk-1.4.0 branch August 27, 2026 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants